Remove obsolete usage of (ispell-insert-word)
authorAgustin Martin <agustin.martin@hispalinux.es>
Mon, 23 Apr 2012 10:03:33 +0000 (12:03 +0200)
committerAgustin Martin <agustin.martin@hispalinux.es>
Mon, 23 Apr 2012 10:03:33 +0000 (12:03 +0200)
commit4528aefb4f03c750da480af4358ede56adf79a6b
tree0d63731d9c175968bccd4c6b0958700e6b714e81
parentd3fc665d930ad2e38b368a8a0d5f5853d46e975e
Remove obsolete usage of (ispell-insert-word)

`ispell-insert-word' is a plain `insert' together with word filtering
through `translation-table-for-input' for character code unification.
This was useful in Emacs 22, but is not needed for Emacs 23 and above
since unification is now direct.

Since XEmacs does not have `translation-table-for-input' there is no
need at all to keep this old code, but use (insert) directly.
lisp/ChangeLog
lisp/textmodes/ispell.el